BrowserView

An SWT widget that displays content loaded in the given Browser instance. This widget can be embedded into any SWT composite such as Shell, Composite, etc.

Functions

Link copied to clipboard
open fun computeSize(wHint: Int, hHint: Int, changed: Boolean): Point
Link copied to clipboard
Returns DragAndDrop that allows managing the drag and drop functionality for this BrowserView.
Link copied to clipboard
open fun getBrowser(): Browser
Returns the Browser instance of the current view.
Link copied to clipboard
open fun newInstance(parent: Composite, browser: Browser): BrowserView
Creates a new BrowserView instance that displays the given browser instance.
Link copied to clipboard
open fun setBounds(rectangle: Rectangle)
open fun setBounds(x: Int, y: Int, width: Int, height: Int)
Link copied to clipboard
open fun setSize(width: Int, height: Int)
Link copied to clipboard
open fun setVisible(visible: Boolean)